home *** CD-ROM | disk | FTP | other *** search
/ Explorers of the New World / Explorers of the New World.iso / pc / shared.dir / 01991_GENERAL.ls < prev    next >
Encoding:
Text File  |  1995-09-06  |  466 b   |  23 lines

  1. on getLastWords firstWord, whichItem
  2.   set numWords to the number of words in whichItem
  3.   return word firstWord to numWords of whichItem
  4. end
  5.  
  6. on removeFromStage whichSprite
  7.   set the locV of sprite whichSprite to 1000
  8. end
  9.  
  10. on changeCast whichSprite, castName
  11.   set the castNum of sprite whichSprite to the number of cast castName
  12.   updateStage()
  13. end
  14.  
  15. on goFrame whichFrame
  16.   resetSpecialCursors()
  17.   go(whichFrame)
  18. end
  19.  
  20. on loopToFrame whichFrame
  21.   go(whichFrame)
  22. end
  23.